home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / c-bat-0.1n / c-bat-0 / c-bat-0.1 / README.ChangeLog < prev    next >
Encoding:
Text File  |  1994-06-16  |  2.5 KB  |  102 lines

  1. README.ChangeLog
  2.  
  3. --------------------------------------------------------------------
  4. Version 0.1m  03-13-1994
  5. ========================
  6.  
  7. - support for GCC 2.5.8 added
  8.  
  9. - brs_f_list : Segmentation fault in sorting-function removed
  10.  
  11.  
  12. --------------------------------------------------------------------
  13. Version 0.1l  03-09-1994
  14. ========================
  15.  
  16. - cc1        : [R] now has the identifier name added
  17.  
  18. - brs_client : help screens implemented
  19.                calling / definition / what is within the file window
  20.  
  21.  
  22. --------------------------------------------------------------------
  23. Version 0.1k  02-24-1994
  24. ========================
  25.  
  26. - Sorting implemented in brs_client
  27.  
  28. - interesting line is now the middle line in brs_client
  29.  
  30.  
  31. --------------------------------------------------------------------
  32. Version 0.1j  01-24-1994
  33. ========================
  34.  
  35. - hash removed from brs_client
  36.  
  37. - pos = new_pos- bug removed from brs_server
  38.  
  39. - brs_f_list program
  40.  
  41. - brs_extract
  42.  
  43. --------------------------------------------------------------------
  44. Version 0.1i  01-14-1994
  45. ========================
  46.  
  47. - some bug fixes in brs_client and the server
  48.  
  49. - linux.h changed
  50.  
  51. - brs_collect changed (scan .bri-file to get all definitions)
  52.  
  53. --------------------------------------------------------------------
  54. Version 0.1g  01-12-1994
  55. ========================
  56.  
  57. - patch for cpp to create information about macro definition
  58.  
  59. - brs_collect uses now hashtable to collect macro-information 
  60.   from cpp (so every macro-definition is just listed once in
  61.   a generated bri-file)
  62.  
  63. - brs_client can use vi to view file
  64.  
  65. - support for listing macro-definition in brs_server, intrface
  66.   clients.c and the brs_client
  67.  
  68. --------------------------------------------------------------------
  69. Version 0.1f  01-08-1994
  70. ========================
  71.  
  72. - brs_collect implemented
  73.  
  74. - support for multiple project directories
  75.  
  76. - SEGV in compiler and brs_server on SunOS removed (hopefully)
  77.  
  78. - renamed all browser-functions (now starting with brs_...)
  79.  
  80. - new functions for retreiving directory of a file
  81.  
  82. - demo-files removed (they eat up a lot of disk space)
  83.  
  84. - ... (all I forgot to write down)
  85.  
  86. --------------------------------------------------------------------
  87. Version 0.1e  01-04-1994
  88. ========================
  89.  
  90. - EAGAIN does now cause the server to wait for 0.1 sec and resending
  91.   the message
  92.  
  93. - brs_client   split the menu into 4 sub-menus
  94.  
  95. - CMD_REFERENCE (support for structure components)
  96.  
  97. - bug with system-includes fixed
  98.  
  99. - CMD_FILES (print all files defined in project)
  100.  
  101. - ... (all I forgot to write down)
  102.